-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(examples): Adding Tracetest Typescript Example #3559
Conversation
name: pokeshop | ||
|
||
services: | ||
app: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say naming this tracetest-client
makes most sense.
otel-collector: | ||
condition: service_started | ||
|
||
tracetest-agent: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting this at the top with tracetest-client
would make sense to keep them together for clarity.
@@ -0,0 +1,66 @@ | |||
import Tracetest from '@tracetest/core'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think renaming @tracetest/core
to @tracetest/client
will make sense in the long run. We would only call the OSS product Tracetest Core. WDYT?
This is awesome! Great work @xoscar 💪 I have a technical question. How does the npm client library interact with Tracetest Agent? I don't quite understand that part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An editing suggestion.
Co-authored-by: Julianne Fermi <[email protected]>
This PR updates the examples folder adding the Typescript example using the new
@tracetest/client
package.Changes
Fixes
Checklist
Loom video